home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
COLMNHDR.PAK
/
COLMNHDR.H
next >
Wrap
Text File
|
1997-05-06
|
569b
|
18 lines
//----------------------------------------------------------------------------
// ObjectWindows
// Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
//----------------------------------------------------------------------------
#if !defined(COLMNHDR_H)
#define COLMNHDR_H
#define IDM_APPMENU 0x1000
#define CM_ADDITEM 0x1001
#define CM_REMOVEITEM 0x1002
#define CM_CHANGEFONT 0x1003
#define CM_ALLOWRESIZING 0x1100
#define CM_ALLOWCLICKING 0x1101
#endif // COLMNHDR_H